home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mh / mh-6.8 / support / pop / popauth.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-14  |  196 b   |  9 lines

  1. /* popauth.h - POP authorization DB definitions */
  2. /* @(#)$Id: popauth.h,v 1.1 1992/02/11 17:41:39 jromine Exp $ */
  3.  
  4.  
  5. struct authinfo {
  6.     char    auth_secret[16];
  7.     int        auth_secretlen;
  8. };
  9.